[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_ArraySkip()       TBrowse SkipBlock for arrays

Description:

  VS_ArraySkip() is designed to be used in a TBrowse skipblock.  The use
  of this function makes browsing arrays a real piece of cake!

Syntax:     

  n_Skipped = VS_ArraySkip( n_Length, @n_CurrPos, n_Howmany )

Pass:       

  n_Length is a numeric value that should contain the total number
  of elements in the array you are browsing.

  n_CurrPos is a numeric value that should contain the current
  position within the array you are browsing.  n_CurrPos must be
  passed by reference (@n_CurrPos).
  n_HowMany is a numeric value that represents how many elements to
  skip.

Return:     

  n_Skipped is a numeric value that will contain the actual number
  of elements skipped within the array you are browsing.

Notes:      


Example:    

  o_Browse:SkipBlock = {|x|VS_ArraySkip(n_Len,@n_Pos,x)}

Usage:      

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson